home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "RecordingArtistID": "Text (50)",
- "Good Condition?": "Boolean NOT NULL",
- "RecordingTitle": "Text (50)",
- "MusicCategoryID": "Text (50)",
- "Format": "Text (50)"
- },
- "data": [
- {
- "RecordingArtistID": "Billy Joel",
- "Good Condition?": 1,
- "RecordingTitle": "Field of Dreams",
- "MusicCategoryID": "Rock",
- "Format": "CD"
- },
- {
- "RecordingArtistID": "NY Symphony",
- "Good Condition?": 1,
- "RecordingTitle": "Beethovens 9th Symphony",
- "MusicCategoryID": "Classical",
- "Format": "Tape"
- },
- {
- "RecordingArtistID": "Boston Philharmonic",
- "Good Condition?": 1,
- "RecordingTitle": "The Broadway Album",
- "MusicCategoryID": "Pop",
- "Format": "CD"
- },
- {
- "RecordingArtistID": "Boston Pops",
- "Good Condition?": 1,
- "RecordingTitle": "1812 Overture",
- "MusicCategoryID": "Classical",
- "Format": "CD"
- },
- {
- "RecordingArtistID": "Carly Simon",
- "Good Condition?": 0,
- "RecordingTitle": "Torch Song",
- "MusicCategoryID": "Pop",
- "Format": "Tape"
- },
- {
- "RecordingArtistID": "Ferron",
- "Good Condition?": 0,
- "RecordingTitle": "Phantom Center",
- "MusicCategoryID": "Folk",
- "Format": "CD"
- },
- {
- "RecordingArtistID": "Indigo Girls",
- "Good Condition?": 1,
- "RecordingTitle": "Rites of Passage",
- "MusicCategoryID": "Rock",
- "Format": "CD"
- },
- {
- "RecordingArtistID": "Bily Joel",
- "Good Condition?": 1,
- "RecordingTitle": "Turnstiles",
- "MusicCategoryID": "Rock",
- "Format": "CD"
- },
- {
- "RecordingArtistID": "Barbra Streisand",
- "Good Condition?": 1,
- "RecordingTitle": "Color Me Barbara",
- "MusicCategoryID": "Pop",
- "Format": "Tape"
- },
- {
- "RecordingArtistID": "Vienna Boys Choir",
- "Good Condition?": 1,
- "RecordingTitle": "Christmas Album",
- "MusicCategoryID": "Classical",
- "Format": "Tape"
- },
- {
- "RecordingArtistID": "Ricky Lee Jones",
- "Good Condition?": 1,
- "RecordingTitle": "Pop Pop",
- "MusicCategoryID": "Rock",
- "Format": "Tape"
- }
- ]
- }